home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10674 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  47 lines

  1. Path: calvin.risq.qc.ca!fomalhaut!eths1306
  2. From: eths1306@ele.etsmtl.ca (ETHIER*STYVE)
  3. Newsgroups: comp.lang.c++
  4. Subject: Looking for help with Visual C++'s Linker
  5. Date: 8 Mar 1996 03:17:51 GMT
  6. Organization: RΘseau Interordinateurs Scientifique QuΘbΘcois (RISQ)
  7. Message-ID: <4ho8sv$1m4@calvin.risq.qc.ca>
  8. NNTP-Posting-Host: fomalhaut.ele.etsmtl.ca
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Hi everybody,
  12.  
  13.         I'm using Visual C++ 1.52 professional and I have a problem
  14. when I'm linking. The project is quite big and while visual C++ is
  15. linking it generates a warning which look like this;
  16.  
  17.           CVPACK: Warning CK4008 exceed 64K, ignoring ...
  18.  
  19.         Unfortunately, error CK4008 doesn't exist in the documentation!
  20.  The help file on the CD-rom stop at CK4007. The linker even reported 
  21. me CK4009 one time (with the same message).
  22.  
  23.         My program is executable (since it's only a warning) but
  24. I have no debugging information while debuging , it's pretty ennoying!
  25. (maybye there is other stuff that I'm not aware that aren't working 
  26. in my program)
  27.  
  28. These are the switches for the linker;
  29. /NOLOGO /NOD /PACKC:65500 /PACKD:65534 /STACK:14000
  30. /SEG:1240 /ALIGN:32 /CO
  31.  
  32. These are the switches for the compiler;
  33. /nologo /G2 /W3 /Zi /AL /Gt3 /Gx- /YX /Od /D "_DEBUG" 
  34. /FR /GA /Fp"project1.PCH" /Fd"project1.PDB"
  35.  
  36.         I began to receive this error after I added an unsigned variable
  37. to one of my source file. If I putted a signed variable I didn't get
  38. the warning CK4008 but if I would put "unsigned" the linker would complain!
  39.  
  40.         If someone can help me I would be happy to hear from you.
  41. I don't know what to do? If someone can help me, please send me a mail 
  42. directly to eths1306@ele.etsmtl.ca
  43.  
  44. Thanks very very much in advance
  45.  
  46.  
  47.